CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - KD TREE

搜索资源列表

  1. shuju

    0下载:
  2. 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stacks, queues, trees, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:113370
    • 提供者:任鹏富
  1. kdtree1.2

    0下载:
  2. Kd-trees are data structures which are used to store points in k-dimensional space. As it follows its name, kd-tree is a tree. Tree leafs store points of the dataset (one or several points in each leaf). Each point is stored in one and only one leaf,
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:133084
    • 提供者:Atif Saeed
  1. bkdtree

    0下载:
  2. opencv 成功案例,KD-Tree搜索临近点-OpenCV KD-tree matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5667064
    • 提供者:邓卓健
  1. KD_tree

    0下载:
  2. 用于多节点创建的KD树创建,实现数据划分-KD tree is used to create a multi-node created, data division.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:5902
    • 提供者:羽伦
  1. PCLCode

    1下载:
  2. PCL课本全章源码的,包含I/O,kd-tree,八叉树,可视化,滤波,深度图像,关键点。采样一致性算法,点云特征描述与提取,点云配准,点云分割,点云曲面重建-the code of book“Point Cloud Library”
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2533015
    • 提供者:王伟
  1. kd_buildtree

    0下载:
  2. 以matlab2014a为实验平台实现KD树算法。可以参考。-protect KD tree in matlab 2014 a.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:杨佐
  1. findPointNormals

    2下载:
  2. 基于kd-tree搜索算法,利用局部邻域的平面拟合,检测三维点云数据的法线方向- Estimates the normals of a sparse set of n 3d points by using a set of the closest neighbours to approximate a plane.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2866
    • 提供者:张芳
  1. Kd_Tree

    0下载:
  2. 本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16524
    • 提供者:赵建新
  1. findKN

    0下载:
  2. 在数据挖掘、人工智能等领域中,都常用到KD树来进行K近邻查找。本程序是自己用C++实现的一个KD树来进行的K近邻查找程序,包含建树和查找。文件中附有测试文件。-In data mining, artificial intelligence and other areas, it is commonly used to KD tree to find K nearest neighbor. This procedure is K neighbor Finder C++ they used to a
  3. 所属分类:Data Mining

    • 发布日期:2017-05-22
    • 文件大小:6462575
    • 提供者:风之痕lch
  1. kdtree_search

    0下载:
  2. PCL官方文档中所带的kd树搜索的相关算法-PCL official documents related algorithms brought kd tree search
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:ee1
  1. bbf

    0下载:
  2. 详细讲解BBF搜索遍历算法的原理以及与kd-tree的关联应用-In detail the BBF search times calendar calculation method and the principle of the associated application in kd- tree
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:112439
    • 提供者:杜科林
  1. knn-kdtree

    0下载:
  2. kd树,分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:Christiana
  1. python-algorithms-master

    0下载:
  2. python algrithms视频附例代码, 1. Log N Behavior 1.5 Big O SideBar 2. O(n log n) Behavior 3. Mathematical Algorithms 4. Brute Force Algorithms 5. KD Tree Data Structure 6. DepthFirstSearch 7. Seven All Pairs Shortest Path 8. Heap 9. Single-Source
  3. 所属分类:Python编程

    • 发布日期:2018-01-07
    • 文件大小:1860608
    • 提供者:huangjd93
  1. KDTreeTest

    0下载:
  2. KD tree 实现算法,内有测试例子参考,可以学习里面的内容和思想。(KD tree algorithm.There is a test example of reference, and can learn the contents and ideas inside.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:hjf027
  1. kdTree-master

    0下载:
  2. C ++模板化的KD-Tree实现 这是KD-Tree空间数据结构的仅头部实现。 你只需要提供一个 具有已知编译时间“维度”字段的矢量类型和双重getDimension(size_t维度)方法。 目前支持以下操作: - 从点矢量创建 - 在一个点中心的立方体中查找点 - 从树中删除点(但不是从点的内部列表) - 采用任意函数参数的遍历方法 我已经成功地使用它来删除邻居太近的修剪一组点。(C++ templated KD-Tree implementation T
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:HJL Kevin
  1. kdtree-master

    0下载:
  2. kd tree implementaion in scala spark
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:26624
    • 提供者:musaje
  1. kdtree-scala-master

    0下载:
  2. Kd tree implementation in scala spark language
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-20
    • 文件大小:15360
    • 提供者:musaje
  1. 邻域计算

    0下载:
  2. kd树数据存储结构,进行klinyu搜索,GUI界面,具有保存搜索的k邻域数据(Kd tree data storage structure, k linyu search, GUI interface, with k neighborhood data to save the search)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:maweifeng011
  1. create_kd_tree

    2下载:
  2. 通过计算方差,确定划分坐标轴,最后,将点云划分到一个个格子中,这样的好处在于可以将噪点和有效点分别存储于不同的格子中,方便进行去噪。(k-d tree create;By calculating the variance, the coordinate axis is determined. Finally, the point cloud is divided into a number of lattices. The advantage is that the noise and the
  3. 所属分类:其他

    • 发布日期:2019-07-02
    • 文件大小:1024
    • 提供者:cleverboy521
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com